func github.com/andybalholm/brotli.histogramAddVectorCommand

3 uses

	github.com/andybalholm/brotli (current package)
		block_splitter_command.go#L26: 		histogramAddVectorCommand(&histograms[i], data[pos:], stride)
		block_splitter_command.go#L38: 	histogramAddVectorCommand(sample, data[pos:], stride)
		histogram.go#L81: func histogramAddVectorCommand(self *histogramCommand, p []uint16, n uint) {